update NEWS [ci skip]
authorSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 11 Dec 2016 21:42:24 +0000 (16:42 -0500)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Sun, 11 Dec 2016 21:42:24 +0000 (16:42 -0500)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 663e5067988a04729b8cf9208064e04c97b3f9ed..0430b1ba38d43ce76924f04ec72e41980028c0cc 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
 - Fixed stack overflow that could occur due to incorrect definition
   of `UINT16_MAX` with some compilers ([#84]).
 
+- Fixed conflict with `stdbool.h` in Visual Studio ([#90]).
+
+- Updated font metrics to use Unifont 9.0.04.
+
 ## Version 2.0.2 ##
 
 2016-07-27:
@@ -294,3 +298,4 @@ Release of version 1.0.1
 [#84]: https://github.com/JuliaLang/utf8proc/pull/84
 [#88]: https://github.com/JuliaLang/utf8proc/pull/88
 [#89]: https://github.com/JuliaLang/utf8proc/pull/89
+[#90]: https://github.com/JuliaLang/utf8proc/issues/90